'Declaration
Public Function New( _ ByVal actionID As InputMapActionID, _ ByVal parameters() As Object _ )
'Usage
Dim actionID As InputMapActionID Dim parameters() As Object Dim instance As New InputMapAction(actionID, parameters)
public InputMapAction( InputMapActionID actionID, object[] parameters )
Parameters
- actionID
- The action type.
- parameters
- Optional parameters associated with the action. If there are no parameters needed for the action, null may be specified for this parameter.